home *** CD-ROM | disk | FTP | other *** search
/ Canon Creative 3 / Canon Creative 3 - Disc 2.iso / designe / IMAGES / ICONS / EHOUSE.OPD < prev    next >
Encoding:
Text File  |  1996-03-13  |  1.2 KB  |  56 lines

  1. #[document 21.15 32.05 162.95 162.5
  2. static oe="odd_even",nzw="nonzero_winding",wc="winding_counting";
  3. static stroked="stroked";
  4. static vert="vertical",horz="horizontal";
  5. static miter="miter",bevel="bevel",round="round";
  6. static butt="butt",proj="projected";
  7. #[page
  8. auto m=move,l=line,c=curve;
  9. auto p;
  10. gc_cspace("Lab");
  11. gc_color(100.0,0.0,0.0);
  12. rect(0,0,0,0);
  13. auto ng=draw(path());
  14. auto s=array(ng);
  15. m(139.80,32.05);
  16. c(139.80,32.05,44.30,32.05,44.30,32.05);
  17. c(44.30,32.05,44.30,123.60,44.30,123.60);
  18. c(44.30,123.60,107.95,123.60,139.80,123.60);
  19. c(139.80,105.30,139.80,68.70,139.80,68.70);
  20. l(72.40,68.70);
  21. l(72.40,52.85);
  22. l(139.80,52.85);
  23. c(139.80,52.85,139.80,32.05,139.80,32.05);
  24. close_edge();
  25. m(72.40,105.85);
  26. l(72.40,89.50);
  27. l(111.75,89.50);
  28. l(111.75,105.85);
  29. l(72.40,105.85);
  30. close_edge();
  31. p=path();
  32. gc_draw_style(oe);
  33. gc_color(0.00,0.00,0.00);
  34. s[0]=draw(p);
  35. m(112.35,162.50);
  36. l(110.25,135.20);
  37. l(128.40,135.20);
  38. l(126.35,162.50);
  39. l(112.35,162.50);
  40. close_edge();
  41. p=path();
  42. s[1]=draw(p);
  43. m(21.15,119.65);
  44. l(92.05,160.90);
  45. l(162.95,119.65);
  46. l(21.15,119.65);
  47. close_edge();
  48. p=path();
  49. s[2]=draw(p);
  50. s[1]over=s[2];
  51. s[0]over=s[1];
  52. page:=s[0];
  53. s=NULL;
  54. #]page
  55. #]document
  56.